OrderablePartitioner(TSource) Methods

Task Parallel System.Threading

The OrderablePartitioner<(Of <(TSource>)>) type exposes the following members.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetDynamicPartitions
Creates an object that can partition the underlying collection into a variable number of partitions.
(Overrides Partitioner<(Of <(TSource>)>)..::.GetDynamicPartitions()()().)
GetHashCode (Inherited from Object.)
GetOrderableDynamicPartitions
Creates an object that can partition the underlying collection into a variable number of partitions.
GetOrderablePartitions
Partitions the underlying collection into the specified number of orderable partitions.
GetPartitions
Partitions the underlying collection into the given number of ordered partitions.
(Overrides Partitioner<(Of <(TSource>)>)..::.GetPartitions(Int32).)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

See Also